SCS Sensor Configuration Editor

NMEA Data Fields

Data Fields represent the smallest element a sensor's data stream can be broken down into.  Each Data Field should correspond to a single data item such as a Latitude, Longitude, Course, Speed, Depth, etc.  NMEA Data Fields are parsed out of the full RAW data string by splitting on the comma.  For instance, below is the start of defining the indices of the fields from a full GPS RAW message:

Note index 0 is the sentence label itself!

    $GPGGA,123519,4807.038,N,01131.000,E,1,08,0.9,545.4,M,46.9,M,,*47
Index  Data Field Value

0

$GPGGA
1
123519
2
4807.038
..... .....

 

 

 

The Basic tab consists of the following fields:

 

 

The Advanced tab consists of the following fields:

 

Latitude / Longitude Categories

If you set the fields category to a Latitude or a Longitude you must also specify the format. 

Default format for latitude and longitude data in NMEA is Degrees-Minutes. eg 4124.8963, N  which maps to 41d 24.8963' N or 41d 24' 54" N

In the Advanced tab you must also specify the Lat/Lon Direction Field Position (the North/South East/West portion of the data).

 

Time / DateTime Categories

If you set the fields category to a Time or Date/Time you should specify the format of the timestamp string.  

Default format for Time data in NMEA GPS is HHmmss.f.  eg 170834 which maps to 17:08:34 Z

 

Geographic Point Category

The Geographic Point Category is used internally by SCS, you should not use it in your normal course of building out your configuration in CFE.

 

SCSv5                                                                                                        Page 1 of 1